home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk75 / inter / text < prev    next >
Text File  |  1995-03-19  |  5KB  |  269 lines

  1.  
  2. To all aspiring Amigalites:
  3.  
  4.   If you're currently running your Bench in the non-interlace mode, tried
  5. interlace but found all the lines waving to beat hell and never gave it
  6. another thought...wow, have YOU got a surprise coming!  Sure, you sit there
  7. lookin' at it in the store and all the screens are non-interlace and it
  8. just seems like that's the way a computer looks.  Well!!  What's the nicest
  9. thing your monitor could do for you right now?  Right: Have twice the screen
  10. size.  No problem!  (merry Xmas from Commodore):
  11.  
  12.    - Okay, now first I want to say outright that this is a low-level
  13. lighting situation, which is, in part, why the monitors in the stores (with
  14. all the bright lights) are non-interlace.  Basically, you want the
  15. curtains closed and the lights arranged so there's no glare on the screen.
  16. Also, alas, if you have eye problems you may not like it, but give it a try
  17. anyway as there's lots of room for experiment.
  18.  
  19.  
  20.    - All right, first open Prefs, put interlace on, Save and re-boot.
  21.  
  22.    - After re-booting you should be in interlace mode.  Open the Bench
  23. window and drag it to the bottom half of the screen.
  24.  
  25.    - Haul out your favorite Directory Utility and pop it open.  My favorite
  26. is Cunningham's DU-VI, 35,456 bytes.  The lines of the DU, especially the
  27. horizontal ones, should be waving like crazy.  If you  don't have a DU,
  28. well, why not??  Any program with a bunch of horizontal lines, boxes,
  29. windows, etc will do.
  30.  
  31.    - With the DU on the top half of the screen, pop open Prefs and drag to
  32. the bottom half.
  33.  
  34.    - The scale for the color bars is 0 to 15, left to right.  Click inside
  35. the slide box to move the markers one notch at a time.  Set the four colors
  36. to:
  37.       blue   white   black   gold
  38.  
  39.        0       6       0      7
  40.        0       7       0      5
  41.        5       7       0      0
  42.  
  43.  
  44.    - As you can see, color #2 is the critical one.  You can tone it down a
  45. bit further.  You can also make a light tan background with black lettering
  46. that's pretty nice.  Try different settings!
  47.  
  48.  
  49.    The only time you'll find yourself wanting to use the non-interlace mode
  50. is for icon editing and running certain hacks.  Included in this file are
  51. three programs; Lace, an interlace switch, PrefChange, a Preferences
  52. changer, and IconType, to convert a Tool icon to a Project (you can also
  53. change an icon over using IconEd but IconType's a lot faster).
  54.  
  55.    What you'll be doing is changing the program's icon to a Project
  56. type, writing a script file for it and running it with Xicon.  I'm assuming
  57. you have Xicon; if not, immediately call up your local BBS and get it.
  58.  
  59.    PrefChange has two programs in it; SavePrefs and SetPrefs.  When you have
  60. a color (or printer or pointer) you like, you type SavePrefs <filename> and
  61. it stores it under that name in devs.  To load a color/printer/pointer, type
  62. SetPrefs <filename> and there it is.  A superior program.
  63.  
  64.    For our example we'll use good ol' IconEd.  The file would read something
  65. like this:
  66.  
  67.              Echo "WARNING!!  STAND BACK!!  NON-INTERLACE MODE!!  WARNING!!"
  68.              Lace              ;switches to non-interlace mode
  69.              SetPrefs <name>   ;your non-interlace colors and maybe a
  70.                                   special pointer to edit with
  71.              System/IconEd     ;you don't Run it, so it freezes here
  72.              SetPrefs <name>   ;your standard interlace colors
  73.              Lace              ;back to interlace mode
  74.              Echo "All Safe"   ;you wonder why they ever invented the
  75.                                   non-interlace mode in the first place!
  76.  
  77.  
  78.    If you don't like icons, you could call the file "x", put it is the S
  79. directory (which is accessible to the Execute command without pathnames),
  80. copy the Execute command to a command called "f", or whatever key you like
  81. to use for a "hot" key, and as fast as your fingers can type "f x" you'll
  82. be in action.  If this is new to you, look at it this way: Execute is to S
  83. what Run is to C.  Meaning, the paths for the two commands to those two
  84. directories are always there.  Bless Commodore's designers' little hearts.
  85.  
  86.   The Lace and Laceless in the devs2 dir are my SetPref settings for the two
  87. modes, yours to check out.
  88.  
  89.  
  90.    Well, have fun!!
  91.  
  92.  
  93.  
  94.                                 **  BenchMaster **
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227. The computer is a wonderful thing.
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. It enables you to recognize a mistake
  268.   every time you make it.
  269.